type log/slog.handleState

19 uses

	log/slog (current package)
		handler.go#L326: func (s *handleState) appendNonBuiltIns(r Record) {
		handler.go#L382: type handleState struct {
		handler.go#L396: func (h *commonHandler) newHandleState(buf *buffer.Buffer, freeBuf bool, sep string) handleState {
		handler.go#L397: 	s := handleState{
		handler.go#L411: func (s *handleState) free() {
		handler.go#L422: func (s *handleState) openGroups() {
		handler.go#L433: func (s *handleState) openGroup(name string) {
		handler.go#L449: func (s *handleState) closeGroup(name string) {
		handler.go#L463: func (s *handleState) appendAttrs(as []Attr) bool {
		handler.go#L476: func (s *handleState) appendAttr(a Attr) bool {
		handler.go#L533: func (s *handleState) appendError(err error) {
		handler.go#L537: func (s *handleState) appendKey(key string) {
		handler.go#L553: func (s *handleState) appendTwoStrings(x, y string) {
		handler.go#L570: func (s *handleState) appendString(str string) {
		handler.go#L585: func (s *handleState) appendValue(v Value) {
		handler.go#L614: func (s *handleState) appendTime(t time.Time) {
		json_handler.go#L93: func appendJSONTime(s *handleState, t time.Time) {
		json_handler.go#L104: func appendJSONValue(s *handleState, v Value) error {
		text_handler.go#L96: func appendTextValue(s *handleState, v Value) error {